home *** CD-ROM | disk | FTP | other *** search
- //clipped_by.tpl
- /*
- The "clipped_by" statement is technically an object modifier but it
- provides a type of CSG similar to CSG intersection. You attach a clipping
- object like this:
-
- object {
- My_Thing
- clipped_by{plane{y,0}}
- }
-
- Every part of the object "My_Thing" that is inside the plane is retained
- while the remaining part is clipped off and discarded. In an intersection
- object, the hole is closed off. With clipped_by it leaves an opening. For
- example this diagram shows our object "A" being clipped_by a plane{y,0}.*/
-
- clipped_by{ }
-